home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 8
/
FM Towns Free Software Collection 8.iso
/
t_os
/
gpen32k
/
source
/
lib
/
osrc
/
oboxb.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS (detected)
UTF-8
Wrap
C/C++ Source or Header
|
1994-06-01
|
150 b
|
11 lines
/*
おこめ標準グラフィック関数
*/
#include <NORMLIB.h>
void boxb(int x, int y, int xn, int yn, int c)
{
box(x, y, xn, yn, 0x02, c, 0);
}